home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Horodruin / horodruin-setup.exe / {app} / Horodruin.exe / 0 / RCDATA / TFRMCONFIG / TFRMCONFIG.txt
Text File  |  2005-02-17  |  3KB  |  147 lines

  1. object frmConfig: TfrmConfig
  2.   Left = 406
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Horodruin'#39's Settings'
  7.   ClientHeight = 249
  8.   ClientWidth = 505
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbVersions: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 137
  24.     Height = 201
  25.     Caption = 'Version Files'
  26.     TabOrder = 0
  27.     object tvVersion: TTreeView
  28.       Left = 8
  29.       Top = 16
  30.       Width = 121
  31.       Height = 145
  32.       Indent = 19
  33.       ShowLines = False
  34.       ShowRoot = False
  35.       TabOrder = 0
  36.       OnKeyUp = tvVersionKeyUp
  37.     end
  38.     object btnVerReset: TButton
  39.       Left = 8
  40.       Top = 168
  41.       Width = 121
  42.       Height = 25
  43.       Caption = 'Reset To Defaults'
  44.       TabOrder = 1
  45.       OnClick = btnVerResetClick
  46.     end
  47.   end
  48.   object gbTools: TGroupBox
  49.     Left = 152
  50.     Top = 8
  51.     Width = 345
  52.     Height = 201
  53.     Caption = 'External Tools'
  54.     TabOrder = 1
  55.     object lbType: TLabel
  56.       Left = 8
  57.       Top = 24
  58.       Width = 27
  59.       Height = 13
  60.       Caption = 'Type:'
  61.     end
  62.     object cbxToolType: TComboBox
  63.       Left = 8
  64.       Top = 40
  65.       Width = 329
  66.       Height = 21
  67.       Style = csDropDownList
  68.       ItemHeight = 13
  69.       TabOrder = 0
  70.       OnChange = cbxToolTypeChange
  71.     end
  72.     object gbToolsParams: TGroupBox
  73.       Left = 8
  74.       Top = 72
  75.       Width = 329
  76.       Height = 121
  77.       Caption = 'Program Data'
  78.       TabOrder = 1
  79.       object lbToolFile: TLabel
  80.         Left = 8
  81.         Top = 24
  82.         Width = 19
  83.         Height = 13
  84.         Caption = 'File:'
  85.       end
  86.       object lbToolParams: TLabel
  87.         Left = 8
  88.         Top = 72
  89.         Width = 83
  90.         Height = 13
  91.         Caption = 'Extra Parameters:'
  92.       end
  93.       object edtToolFile: TEdit
  94.         Left = 8
  95.         Top = 40
  96.         Width = 313
  97.         Height = 21
  98.         TabOrder = 0
  99.         OnDblClick = edtToolFileDblClick
  100.         OnExit = edtToolFileExit
  101.       end
  102.       object edtToolParams: TEdit
  103.         Left = 8
  104.         Top = 88
  105.         Width = 313
  106.         Height = 21
  107.         TabOrder = 1
  108.         OnExit = edtToolParamsExit
  109.       end
  110.     end
  111.   end
  112.   object btnCancel: TBitBtn
  113.     Left = 424
  114.     Top = 216
  115.     Width = 75
  116.     Height = 25
  117.     TabOrder = 3
  118.     OnClick = btnCancelClick
  119.     Kind = bkCancel
  120.   end
  121.   object btnOk: TBitBtn
  122.     Left = 344
  123.     Top = 216
  124.     Width = 75
  125.     Height = 25
  126.     TabOrder = 2
  127.     OnClick = btnOkClick
  128.     Kind = bkOK
  129.   end
  130.   object odlgToolFile: TOpenDialog
  131.     DefaultExt = 'exe'
  132.     Filter = 'Executables (*.exe;*.com)|*.exe;*.com|All Files|*.*'
  133.     Title = 'Tools Files'
  134.     Left = 8
  135.     Top = 216
  136.   end
  137.   object ActionList1: TActionList
  138.     Left = 40
  139.     Top = 216
  140.     object aHelpMe: TAction
  141.       Caption = 'HelpMe'
  142.       ShortCut = 112
  143.       OnExecute = aHelpMeExecute
  144.     end
  145.   end
  146. end
  147.